type google.golang.org/grpc.stringer

6 uses

	google.golang.org/grpc (current package)
		server.go#L1441: 			trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1469: 		trInfo.tr.LazyLog(stringer("OK"), false)
		server.go#L1741: 			ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1760: 		ss.trInfo.tr.LazyLog(stringer("OK"), false)
		trace.go#L141: type stringer string
		trace.go#L143: func (s stringer) String() string { return string(s) }